home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / tools / disk-tools / misc / floppy / floppy.doc next >
Text File  |  1996-02-26  |  3KB  |  93 lines

  1.               Floppy.device 1.0 © 1995 by OR
  2.               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4.                       INTRODUCTION
  5.  
  6.    An improvement over the trackdisk.device.
  7.    It's freeware.
  8.  
  9.  
  10.  REQUIREMENTS:
  11.  KS2.0+, 8372 Agnushr+
  12.  
  13.  
  14.  TESTED AT THESE SYSTEMS:
  15.  A1200, internal floppy drive 
  16.  
  17.  
  18.  
  19.                        FEATURES
  20.  
  21.   - Trackdisk compatible.
  22.   - 16% faster data access than trackdisk.
  23.   - 9% big disk size than trackdisk.
  24.   - Supports only 1MB capacity drives (this release only).
  25.   - Bootable and nonbootable versions available.
  26.  
  27.  
  28.  
  29.  
  30.                     PROGRAMING INFO
  31.                  
  32.   - AbortIO() function returns IOERR_NOCMD.
  33.   - ETD_XXX, TD_RAWREAD, TD_RAWWRITE commands not supported.
  34.   - DiskChange interrupt work for all devices.
  35.   - Blitter stuff is done by QBlit() like trackdisk.
  36.   - Do not forget to update before TD_MOTOR-off command.
  37.   - CMD_CLEAR and CMD_UPDATE commands only affects floppy.device buffers.
  38.   - TD_FORMAT command firstly updates and clears buffers, and doesnt
  39.     verifies and buffers will be stay in cleared.      
  40.   - TD_REMOVE command is supported but should not be used.  
  41.   - CMD_UPDATE & CMD_WRITE commands verifies the written track
  42.     (no comparing).
  43.   - No drive clicks.
  44.   - Retry count is zero.
  45.   - Two track buffers (lower and upper sides of current cylinder).
  46.   - Phisical track range is 12596<>12730 bytes (mfm) assumed.
  47.   - Dos will call CMD_UPDATE and CMD_CLEAR commands after disk removed     
  48.     (if mounted). At this time, if buffers were not updated disk-light will
  49.     blink and buffers will be cleared.
  50.  
  51.  
  52.  
  53.                       INSTALLATION
  54.  
  55.     Copy nonbootable/floppy.device or bootable/floppy.device to
  56.     Devs: directory.
  57.     Copy FS0 and FS0.info to Devs:DosDrivers directory.
  58.     Double click the FS0 icon to mount the drive or it can be used
  59.     standalone.
  60.  
  61.  
  62.  
  63.                      HINTS AND TIPS
  64.  
  65.   - Nonbootable version may be a little bit faster than the bootable 
  66.     version if a fast memory exist in the system ($C00000 may not a real
  67.     fast memory..).
  68.   - Do not use bootable version in A500/A2000 which have 1MB chip memory,
  69.     due to clearing beyond of the first 512KB chip memory after reset.
  70.   - Sometimes after mount command the device handler will be not
  71.     activated. You may use DiskChange command.
  72.   - 'Avail flush' command removes the device from memory if it is
  73.     available.
  74.   - 'Assign FS0: dismount' command is available.
  75.  
  76.     
  77.  
  78.  
  79.  Disk size:
  80.   
  81.   Drive capacity  floppy format  trackdisk format  PC format  
  82.   --------------  -------------  ----------------  ---------
  83.        1MB             960KB          880KB           720KB 
  84.        2MB            1960KB         1760KB          1440KB
  85.        4MB            3920KB         3520KB          2880KB
  86.  
  87.  
  88.  
  89.      Email address:
  90.      Bitnet:   PROHST03@TREARN
  91.      Internet: PROHST03@VM3090.EGE.EDU.TR
  92. *<>*
  93.